|
Graphics |
|
I've worked on some implementations. These are my latest.
Marching Squares |
Marching Squares is an introduction to Marching Cubes. Marching Cubes is a method to make 3D objects. The main idea is to devide space into cubes. The assignment I worked on is in 2D. Squares. Very interesting! |
Circles |
Here, you'll find an explanation of how you can draw circles really fast. |
Lines |
Drawing a line on the screen, an fast implementation |